home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 2
/
Nebula Two.iso
/
SourceCode
/
Palettes
/
PAScrollViewDeluxe
/
Ruler.h
< prev
next >
Wrap
Text File
|
1995-06-12
|
281b
|
19 lines
#import <appkit/appkit.h>
@interface Ruler : View
{
Font *font;
NXCoord descender;
NXCoord startX;
NXCoord lastlp, lasthp;
BOOL flipped;
BOOL notHidden;
}
+ (NXCoord)width;
- setFont:(Font *)aFont;
- drawSelf:(const NXRect *)rects :(int)rectCount;
@end